home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Text / Digest-Browser-1.6 Folder / Views / CBrowserSizeBox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-29  |  740 b   |  26 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CBrowserSizeBox.h
  3.  
  4.         Interface for the SizeBox Class
  5.         
  6.         Copyright © 1989 Symantec Corporation. All rights reserved.
  7.         
  8.     TCL 1.1 CHANGES
  9.     [
  10.         - added useSICN instance variable. Determines whether a SICN resource
  11.           or the DrawGrowIcon trap is used to draw the size box.
  12.     ]
  13.         
  14.  ******************************************************************************/
  15.  
  16. #define _H_CCBrowserSizeBox
  17.  
  18. #include <CSizeBox.h>                        /* Interface for its superclass        */
  19.  
  20. class CBrowserSizeBox : public CSizeBox {        /* Class Declaration                */
  21.  
  22. public:
  23.                                 /** Instance Methods **/
  24.     virtual void    DoClick(Point hitPt,short modifierKeys,long when);
  25.             void    Draw(Rect *area);
  26. };